home *** CD-ROM | disk | FTP | other *** search
/ Visual Cafe 3 / Visual Cafe 3.ISO / Vcafe / Main.bin / LocaleElements_fi.java < prev    next >
Text File  |  1998-09-22  |  7KB  |  185 lines

  1. /*
  2.  * @(#)LocaleElements_fi.java    1.7 98/01/13
  3.  *
  4.  * (C) Copyright Taligent, Inc. 1996, 1997 - All Rights Reserved
  5.  * (C) Copyright IBM Corp. 1996, 1997 - All Rights Reserved
  6.  *
  7.  * Portions copyright (c) 1996 Sun Microsystems, Inc. All Rights Reserved.
  8.  *
  9.  *   The original version of this source code and documentation is copyrighted
  10.  * and owned by Taligent, Inc., a wholly-owned subsidiary of IBM. These
  11.  * materials are provided under terms of a License Agreement between Taligent
  12.  * and Sun. This technology is protected by multiple US and International
  13.  * patents. This notice and attribution to Taligent may not be removed.
  14.  *   Taligent is a registered trademark of Taligent, Inc.
  15.  *
  16.  * Permission to use, copy, modify, and distribute this software
  17.  * and its documentation for NON-COMMERCIAL purposes and without
  18.  * fee is hereby granted provided that this copyright notice
  19.  * appears in all copies. Please refer to the file "copyright.html"
  20.  * for further important copyright and licensing information.
  21.  *
  22.  * SUN MAKES NO REPRESENTATIONS OR WARRANTIES ABOUT THE SUITABILITY OF
  23.  * THE SOFTWARE, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
  24.  * TO THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
  25.  * PARTICULAR PURPOSE, OR NON-INFRINGEMENT. SUN SHALL NOT BE LIABLE FOR
  26.  * ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF USING, MODIFYING OR
  27.  * DISTRIBUTING THIS SOFTWARE OR ITS DERIVATIVES.
  28.  *
  29.  */
  30.  
  31. /**
  32.  *
  33.  * Table of Java supplied standard locale elements
  34.  *
  35.  * automatically generated by java LocaleTool LocaleElements.java
  36.  *
  37.  * Date Created: Wed Aug 21 15:47:57  1996
  38.  *
  39.  *     Locale Elements and Patterns:  last update 10/23/96
  40.  *
  41.  *
  42.  */
  43.  
  44. // WARNING : the format of this file will change in the future!
  45.  
  46. package java.text.resources;
  47.  
  48. import java.util.ListResourceBundle;
  49.  
  50. public class LocaleElements_fi extends ListResourceBundle {
  51.     /**
  52.      * Overrides ListResourceBundle
  53.      */
  54.     public Object[][] getContents() {
  55.         return new Object[][] {
  56.             { "LocaleString", "fi_FI" }, // locale id based on iso codes
  57.             { "LocaleID", "040b" }, // Windows id
  58.             { "ShortLanguage", "fin" }, // iso-3 abbrev lang name
  59.             { "ShortCountry", "FIN" }, // iso-3 abbrev country name
  60.             { "Languages", // language names
  61.                 new String[][] {
  62.                     { "fi", "suomi" }
  63.                 }
  64.             },
  65.             { "Countries", // country names
  66.                 new String[][] {
  67.                     { "FI", "Suomi" }
  68.                 }
  69.             },
  70.             { "MonthNames",
  71.                 new String[] {
  72.                     "tammikuu", // january
  73.                     "helmikuu", // february
  74.                     "maaliskuu", // march
  75.                     "huhtikuu", // april
  76.                     "toukokuu", // may
  77.                     "kes\u00e4kuu", // june
  78.                     "hein\u00e4kuu", // july
  79.                     "elokuu", // august
  80.                     "syyskuu", // september
  81.                     "lokakuu", // october
  82.                     "marraskuu", // november
  83.                     "joulukuu", // december
  84.                     "" // month 13 if applicable
  85.                 }
  86.             },
  87.             { "MonthAbbreviations",
  88.                 new String[] {
  89.                     "tammi", // abb january
  90.                     "helmi", // abb february
  91.                     "maalis", // abb march
  92.                     "huhti", // abb april
  93.                     "touko", // abb may
  94.                     "kes\u00e4", // abb june
  95.                     "hein\u00e4", // abb july
  96.                     "elo", // abb august
  97.                     "syys", // abb september
  98.                     "loka", // abb october
  99.                     "marras", // abb november
  100.                     "joulu", // abb december
  101.                     "" // abb month 13 if applicable
  102.                 }
  103.             },
  104.             { "DayNames",
  105.                 new String[] {
  106.                     "sunnuntai", // Sunday
  107.                     "maanantai", // Monday
  108.                     "tiistai", // Tuesday
  109.                     "keskiviikko", // Wednesday
  110.                     "torstai", // Thursday
  111.                     "perjantai", // Friday
  112.                     "lauantai" // Saturday
  113.                 }
  114.             },
  115.             { "DayAbbreviations",
  116.                 new String[] {
  117.                     "su", // abb Sunday
  118.                     "ma", // abb Monday
  119.                     "ti", // abb Tuesday
  120.                     "ke", // abb Wednesday
  121.                     "to", // abb Thursday
  122.                     "pe", // abb Friday
  123.                     "la" // abb Saturday
  124.                 }
  125.             },
  126.             { "NumberPatterns",
  127.                 new String[] {
  128.                     "#,##0.###;-#,##0.###", // decimal pattern
  129.                     "#,##0.00 mk;-#,##0.00 mk", // currency pattern
  130.                     "#,##0%" // percent pattern
  131.                 }
  132.             },
  133.             { "NumberElements",
  134.                 new String[] {
  135.                     ",", // decimal separator
  136.                     "\u00a0", // group (thousands) separator
  137.                     ";", // list separator
  138.                     "%", // percent sign
  139.                     "0", // native 0 digit
  140.                     "#", // pattern digit
  141.                     "-", // minus sign
  142.                     "E", // exponential
  143.                     "\u2030", // per mille
  144.                     "\u221e", // infinity
  145.                     "\ufffd" // NaN
  146.                 }
  147.             },
  148.             { "CurrencyElements",
  149.                 new String[] {
  150.                     "mk", // local currency symbol
  151.                     "FIM", // intl currency symbol
  152.                     "," // monetary decimal separator
  153.                 }
  154.             },
  155.             { "DateTimePatterns",
  156.                 new String[] {
  157.                     "H:mm:ss z", // full time pattern
  158.                     "H:mm:ss z", // long time pattern
  159.                     "H:mm:ss", // medium time pattern
  160.                     "H:mm", // short time pattern
  161.                     "d. MMMM'ta 'yyyy", // full date pattern
  162.                     "d. MMMM'ta 'yyyy", // long date pattern
  163.                     "d.M.yyyy", // medium date pattern
  164.                     "d.M.yyyy", // short date pattern
  165.                     "{1} {0}" // date-time pattern
  166.                 }
  167.             },
  168.             { "DateTimeElements",
  169.                 new String[] {
  170.                     "2", // first day of week
  171.                     "4" // min days in first week
  172.                 }
  173.             },
  174.             { "CollationElements",
  175.                 "& V ; w , W "
  176.                 + "& Z < a\u030a , A\u030a"   // Z < a-ring
  177.                 + "< a\u0308 , A\u0308 < o\u0308 , O\u0308"
  178.                 + "< o\u030b , O\u030b ; \u00f8 , \u00d8"  // o-double-acute ; o-stroke
  179.                 + "&  Y ; u\u030b, U\u030b "       // nt : y ; u-double-acute
  180.                 + "; u\u0308 , U\u0308"   // nt & tal : y ; u-umlaut
  181.             }
  182.         };
  183.     }
  184. }
  185.